C1.Data Namespace > ClientView<T> Class > ProgressiveLoading Method : ProgressiveLoading<TKey>(Expression<Func<T,TKey>>,Int32) Method |
'Declaration
Public Overloads Function ProgressiveLoading(Of TKey)( _ ByVal sortKeySelector As System.Linq.Expressions.Expression(Of Func(Of T,TKey)), _ ByVal loadSize As System.Integer _ ) As ProgressiveView(Of T)
public ProgressiveView<T> ProgressiveLoading<TKey>( System.Linq.Expressions.Expression<Func<T,TKey>> sortKeySelector, System.int loadSize )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2